home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000129_joyce_haferman@yahoo.com_Wed Jun 4 12:41:54 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  50 lines

  1. Article: 14355 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: joyce_haferman@yahoo.com (Joyce)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: cutape
  6. Date: 3 Jun 2003 17:01:06 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 32
  9. Message-ID: <3834495c.0306031601.34eb05ba@posting.google.com>
  10. NNTP-Posting-Host: 131.120.76.51
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1054684867 9451 127.0.0.1 (4 Jun 2003 00:01:07 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 4 Jun 2003 00:01:07 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14355
  17.  
  18. I am using Kermit's cutape on a Solaris system.
  19. It appears to work correctly, but when I try to read it with Kermit's
  20. ostape it gives me the following output, but no file:
  21.  
  22. # ./cutape cutape.c
  23. Tape /dev/rmt/0, volume KERMIT, owner
  24. recfm VB, blocksize 8192, lrecl 300, type e
  25.  
  26.   1 CUTAPE.C
  27.  
  28.  
  29. # ./ostape
  30. 0+3 records in
  31. 0+1 records out
  32. VOL: 'KERMIT'
  33. Filename:  'cutape.c'
  34. rl: 300, bs: 8192, rf: V
  35. 0+2 records in
  36. 0+1 records out
  37. dd cannot read cutape.c in V formatUnexpected ID header label:
  38. EOF1CUTAPE.C         KERMIT00010001       10315 103150000004
  39.  
  40. Unexpected ID header label:
  41. EOF2V081920030030                     B
  42.  
  43. All done! Files Read: 0 -- Files Skipped: 1
  44.  
  45. Question: What software do I use to read the cutape tape after it
  46. copies the file?
  47. Can I use dd or do I need a program to read the tape cutape created?
  48. Thanks,
  49. Joyce
  50.